home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
pidentd
/
pidentd-2.6.1
/
testdir
/
Makefile
next >
Wrap
Makefile
|
1995-07-30
|
266b
|
19 lines
all: test1
@echo "Running tests.."
@echo ""
@echo ""
@echo "Test #1..."
@echo ""
@echo "You should see your Unix username below:"
./test1
@echo ""
@echo ""
@echo "End of tests."
test1: test1.c
$(CC) -o test1 test1.c
clean:
rm -f test1 *~ core *.o \#*